home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / SPT110.ZIP;1 / README.TXT < prev    next >
Encoding:
Text File  |  1993-04-08  |  731 b   |  16 lines

  1. Please note that the name of the DLL has changed from SPT.DLL to MSASP110.DLL. You will have to change appropriately the Declarations in the Access Basic Code. For example, 
  2.  
  3. Declare Function CreateRMTQueryDEF Lib "SPT.DLL" (ConnectString As String, qd As RMTQueryDEF) As Integer
  4.  
  5. should be changed to,
  6.  
  7. Declare Function CreateRMTQueryDEF Lib "MSASP110.DLL" (ConnectString As String, qd As RMTQueryDEF) As Integer
  8.  
  9.  
  10.  
  11. MS Access SQL Pass Through DLL (MSASP110.DLL) drop contains the following files:
  12.  
  13. MSASP110.DLL    Windows DLL containing the SQL Pass Through functions
  14. SPTDESCR.TXT    Documentation for installing and using the SPT DLL
  15. DEMOSPT.MDB    An example application using the SPT DLL    
  16. README.TXT    You're reading it now